home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / SVConvert / svconvert.readme < prev    next >
Encoding:
Text File  |  1999-08-17  |  2.2 KB  |  64 lines

  1. Short:    Convert pictures using SViewII and Dopus
  2. Author:   wayne@zahadum.u-net.com (Wayne Newark)
  3. Uploader: wayne@zahadum.u-net.com (Wayne Newark)
  4. Type:     biz/dopus
  5.  
  6. $VER: SVConvert.dopus5 1.2 (17.08.99)
  7.  
  8. Note: It will only work with a registered version of SViewNG/SViewII.
  9.  
  10. Minor update: Changed my Email address and added ability to use either German
  11.               or English in requestors (thanks to Oliver Molz for the translations).
  12.  
  13.  
  14. Description:
  15.  
  16. Whilst using DOpus Magellan have you ever required the need to convert a large
  17. number of picture files from one format to another.
  18.  
  19. This script uses SViewII, but could be changed to use SViewNG, to perform the
  20. necessary file conversions. As I wrote this script I decided to use it as an
  21. exercise in the use of multiple source and destination listers. Therefore
  22. SVConvert.dopus5 will process all the selected picture files from all the source
  23. listers it finds, converting them and then saving the results into all the
  24. destination listers.
  25.  
  26. As part of the conversion process the files are renamed. It does this by
  27. stripping off all text after the last '.' and appending an appropriate suffix.
  28.  
  29. Example: Converting to PNG   - Pic1.iff becomes Pic1.PNG
  30.          Converting to JPEG  - Pic2.gif becomes Pic2.JPG
  31.  
  32.  
  33. Installation:
  34.  
  35. Copy SVConvert.dopus5 to DOpus5:Arexx/
  36.      SViewII.buttons and SViewII.menu to DOpus5:Buttons/
  37.  
  38. Before using you will have to amend the script giving it the location of
  39. SViewNG/SViewII and setting up the appropriate ARexx port name.
  40.  
  41.  
  42. Usage:
  43.  
  44.     ARexx     DOpus5:ARexx/SVConvert.dopus5 {Qp} format*
  45.  
  46. * At present this is limited to: JPEG, BMP, PNG, DEEP, PCX, ILBM,
  47.                                  PBM, RGFX, TIFF and SVG.
  48.  
  49. Read the Superview-Library.guide for further information on graphic formats
  50. supported by SViewNG/SViewII.
  51.  
  52. Both a button bank (SViewII.buttons) and Start Menu (SViewII.menu) have been
  53. supplied as an examples on how to use it.
  54.  
  55.  
  56. Distribution:
  57.  
  58. Freeware.  Feel free to email me if you have any suggestions for improvements or
  59.            you find an error.
  60.  
  61. I give permission for the script to be put onto magazine cover-discs, software
  62. compilation discs, the DOpus Plus CD or the SView CD, as long as the text files
  63. in the archive accompanies it.
  64.